'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> <MappingTagAttribute("OpcLabs.EasyOpc.UA.InformationModel.VariableProperty")> <UANodeAttribute(".[InstrumentRange]")> <UADataAttribute()> Public Property InstrumentRange As UARange
'Usage
Dim instance As UAAnalogItemNode(Of TValue,TAttribute) Dim value As UARange instance.InstrumentRange = value value = instance.InstrumentRange
[JetBrains.Annotations.CanBeNull()] [MappingTag("OpcLabs.EasyOpc.UA.InformationModel.VariableProperty")] [UANode(".[InstrumentRange]")] [UAData()] public UARange InstrumentRange {get; set;}
Property Value
The value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.